Filtering a datagridview

assuming you have a datagridview that has data in it. you want to avoid recalling sql from the database & just want to filter the datagrid. you can do the following, What you need (1 datagridview (data), 1 button (search), 1 textbox (string to search), 1 variable to precise the criteria your searching for) The … Continue reading Filtering a datagridview